/* White with blue highlights ------------------*/
.currentPage {
    color: #409EFF!important;
    border-bottom: solid #409EFF 2px;
}
.notCurrentPage {
    border-bottom: solid white 2px;
}
.header-bar {
    border-bottom: lightgrey 1px solid;
}
.test-header {
    color: #306B84 !important;
}
.title {
    color: grey;
    background-color: #f8f8f8
}
.toolbar {
    background-color: #f8f8f8;
}
